home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Fractal Forge / FractalForge.exe / 0 / RCDATA / TFRRECTANGLES / TFRRECTANGLES.txt
Encoding:
Text File  |  2002-08-26  |  3.8 KB  |  195 lines

  1. object frRectangles: TfrRectangles
  2.   Left = 511
  3.   Top = 125
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Rectangles'
  6.   ClientHeight = 350
  7.   ClientWidth = 301
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 300
  23.     Height = 300
  24.   end
  25.   object Label1: TLabel
  26.     Left = 0
  27.     Top = 304
  28.     Width = 44
  29.     Height = 13
  30.     Caption = 'Iteraction'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clRed
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object lbIngr: TLabel
  39.     Left = 148
  40.     Top = 304
  41.     Width = 26
  42.     Height = 13
  43.     Caption = 'lbIngr'
  44.   end
  45.   object lbReal: TLabel
  46.     Left = 148
  47.     Top = 320
  48.     Width = 30
  49.     Height = 13
  50.     Caption = 'lbReal'
  51.   end
  52.   object lbImmag: TLabel
  53.     Left = 148
  54.     Top = 336
  55.     Width = 39
  56.     Height = 13
  57.     Caption = 'lbImmag'
  58.   end
  59.   object lbMaxI: TLabel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 300
  63.     Height = 13
  64.     Alignment = taCenter
  65.     AutoSize = False
  66.     Caption = 'lbMaxI'
  67.     Color = clBtnFace
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clBlue
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentColor = False
  74.     ParentFont = False
  75.     Transparent = True
  76.   end
  77.   object lbMinR: TLabel
  78.     Left = 4
  79.     Top = 136
  80.     Width = 33
  81.     Height = 13
  82.     Caption = 'lbMinR'
  83.     Color = clBtnFace
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clBlue
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentColor = False
  90.     ParentFont = False
  91.     Transparent = True
  92.   end
  93.   object lbMinI: TLabel
  94.     Left = 0
  95.     Top = 288
  96.     Width = 300
  97.     Height = 13
  98.     Alignment = taCenter
  99.     AutoSize = False
  100.     Caption = 'lbMinI'
  101.     Color = clBtnFace
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clBlue
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentColor = False
  108.     ParentFont = False
  109.     Transparent = True
  110.   end
  111.   object lbMaxR: TLabel
  112.     Left = 263
  113.     Top = 136
  114.     Width = 36
  115.     Height = 13
  116.     Alignment = taRightJustify
  117.     Caption = 'lbMaxR'
  118.     Color = clBtnFace
  119.     Font.Charset = DEFAULT_CHARSET
  120.     Font.Color = clBlue
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentColor = False
  125.     ParentFont = False
  126.     Transparent = True
  127.   end
  128.   object Label2: TLabel
  129.     Left = 135
  130.     Top = 305
  131.     Width = 10
  132.     Height = 13
  133.     Alignment = taRightJustify
  134.     AutoSize = False
  135.     Caption = 'm'
  136.     Font.Charset = DEFAULT_CHARSET
  137.     Font.Color = clRed
  138.     Font.Height = -11
  139.     Font.Name = 'MS Sans Serif'
  140.     Font.Style = []
  141.     ParentFont = False
  142.   end
  143.   object Label3: TLabel
  144.     Left = 136
  145.     Top = 320
  146.     Width = 10
  147.     Height = 13
  148.     Alignment = taRightJustify
  149.     AutoSize = False
  150.     Caption = 'r'
  151.     Font.Charset = DEFAULT_CHARSET
  152.     Font.Color = clRed
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentFont = False
  157.   end
  158.   object Label4: TLabel
  159.     Left = 136
  160.     Top = 336
  161.     Width = 10
  162.     Height = 13
  163.     Alignment = taRightJustify
  164.     AutoSize = False
  165.     Caption = 'i'
  166.     Font.Charset = DEFAULT_CHARSET
  167.     Font.Color = clRed
  168.     Font.Height = -11
  169.     Font.Name = 'MS Sans Serif'
  170.     Font.Style = []
  171.     ParentFont = False
  172.   end
  173.   object edIterac: TEdit
  174.     Left = 0
  175.     Top = 316
  176.     Width = 121
  177.     Height = 21
  178.     TabOrder = 0
  179.     Text = '2'
  180.     OnChange = edIteracChange
  181.   end
  182.   object UpDown1: TUpDown
  183.     Left = 121
  184.     Top = 316
  185.     Width = 15
  186.     Height = 21
  187.     Associate = edIterac
  188.     Min = 1
  189.     Max = 10000
  190.     Position = 2
  191.     TabOrder = 1
  192.     Wrap = False
  193.   end
  194. end
  195.